[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
VS_Dte2Txt()         Converts a date expression to character

Description:

  VS_Dte2Txt() converts a date expression to a specific character
  format.

Syntax:     

  c_String = VS_Dte2Txt( d_Date, n_Style )

Pass:       

  d_Date is a date expression to convert to one of the two styles
  listed below.

  n_Style is the style in which to convert d_Date.  The
  following table shows all the valid styles.

            ------------------------------------------------------------
             n_Style    Style                Example
            ------------------------------------------------------------
                1      Month Date, Yead      January 28, 1991
                2      Date Month Year       28 JAN 91
            ------------------------------------------------------------

Return:     

  c_String is a character expression representing the converted
  date.

Notes:      

  More styles of conversion will be added in the near future.

Example:    

  ? VS_Dte2Txt( CTOD("01/28/91"), 1)

  Output: January 28, 1991

Usage:      

See Also:
This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson